home *** CD-ROM | disk | FTP | other *** search
/ Delphi Anthology / aDELPHI.iso / Runimage / Delphi50 / Source / Property Editors / dsattra.dfm / dsattra.txt
Text File  |  1999-08-11  |  1KB  |  75 lines

  1. object AssociateAttributes: TAssociateAttributes
  2.   Left = 337
  3.   Top = 113
  4.   BorderStyle = bsDialog
  5.   Caption = 'Associate attributes'
  6.   ClientHeight = 199
  7.   ClientWidth = 235
  8.   ParentFont = True
  9.   Position = poScreenCenter
  10.   OnCreate = FormCreate
  11.   PixelsPerInch = 96
  12.   TextHeight = 13
  13.   object OKBtn: TButton
  14.     Left = 156
  15.     Top = 6
  16.     Width = 75
  17.     Height = 25
  18.     Caption = 'OK'
  19.     Default = True
  20.     ModalResult = 1
  21.     TabOrder = 1
  22.     OnClick = OKBtnClick
  23.   end
  24.   object CancelBtn: TButton
  25.     Left = 156
  26.     Top = 37
  27.     Width = 75
  28.     Height = 25
  29.     Cancel = True
  30.     Caption = 'Cancel'
  31.     ModalResult = 2
  32.     TabOrder = 2
  33.     OnClick = CancelBtnClick
  34.   end
  35.   object HelpBtn: TButton
  36.     Left = 156
  37.     Top = 69
  38.     Width = 75
  39.     Height = 25
  40.     Caption = '&Help'
  41.     Enabled = False
  42.     TabOrder = 3
  43.     Visible = False
  44.     OnClick = HelpBtnClick
  45.   end
  46.   object GroupBox1: TGroupBox
  47.     Left = 4
  48.     Top = 1
  49.     Width = 148
  50.     Height = 193
  51.     Caption = 'Attribute set name'
  52.     TabOrder = 0
  53.     object Edit: TEdit
  54.       Left = 8
  55.       Top = 16
  56.       Width = 129
  57.       Height = 21
  58.       TabOrder = 0
  59.       OnChange = EditChange
  60.       OnKeyDown = EditKeyDown
  61.     end
  62.     object AttributeNamesList: TListBox
  63.       Left = 8
  64.       Top = 40
  65.       Width = 129
  66.       Height = 145
  67.       ItemHeight = 13
  68.       Sorted = True
  69.       TabOrder = 1
  70.       OnClick = ListBoxClick
  71.       OnDblClick = ListBoxDblClick
  72.     end
  73.   end
  74. end
  75.